home *** CD-ROM | disk | FTP | other *** search
- 5 poke53280,0:poke53281,0:print"[147][154]"
- 10 fori=0to100
- 12 printpeek(i),i
- 14 nexti
- 16 print"test 1 complete!"
- 18 forf=0to299:nextf
- 20 fori=100to0step-1
- 22 printi,peek(i)
- 24 nexti
- 26 print"test 2 complete!"
- 28 forf=0to299:nextf
- 30 fori=0to10
- 40 poke53280,i:poke53281,i+1
- 50 forf=0to299:nextf
- 60 nexti:print"[147][154]";
- 90 print"this test of the dual workstation is now complete..."
- 100 poke53280,0:poke53281,0:end
-